home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / General / StoneTable folder / SampleTables / family.tbl next >
Text File  |  1993-08-01  |  1KB  |  68 lines

  1. # options (tmBorder), grid lines, title height/width, title style\
  2. O x1\
  3. G\
  4. B 30,50\
  5. # set backcolor for title to a light gray, forecolor to black\
  6. L 2,1\
  7. # set style for all titles to times 12, centered\
  8. S times,12,1,0,0,0\
  9. # set default cell style, monaco size 9, keep other values\
  10. s -1,-1,monaco,9,0,0,0,1\
  11. # set default cell color (white text with blue background)\
  12. l -1,-1,3,6\
  13. # add and set columns titles and widths\
  14. C 7\
  15. W 0,65\
  16. W 1,100\
  17. W 2,30\
  18. W 3,55\
  19. W 4,55\
  20. W 5,55\
  21. W 6,55\
  22. T 0,Name    Parents
  23. Address    Age    Hobby    Favorite
  24. Color    Birth
  25. Date    Birth
  26. Time\
  27. # add and set row titles and heights\
  28. R 4\
  29. w 0,45\
  30. V 2,-1,5,N\
  31. V 5,-1,0,D\
  32. V 6,-1,0,T\
  33. t 0,Father    Mother    Spouse    Child\
  34. # set cells\
  35. c 0,0,Joe Smith\
  36. c 1,0,2138 NE Halsey
  37. #3
  38. Portland, OR 97232\
  39. c 2,0,70    trains    blue    12/10/22    10:20\
  40. #\
  41. c 0,1,Sue Smith\
  42. c 1,1,436 Miller Creek
  43. San Rafael, CA 92013\
  44. c 2,1,68    sewing    brown    10/30/24    11:00\
  45. #\
  46. c 0,2,Bob Smith\
  47. c 1,2,13 Sawin St.
  48. Natick, MA 01760\
  49. c 2,2,45    cars    red    1/5/47    1:30\
  50. #\
  51. c 0,3,Judy Smith    65 Holly Drive
  52. Tavares, FL 32767    18    pets    green    3/15/74    6:30\
  53. #\
  54. # set all cells in column 2 to monaco 9, centered, no wrap\
  55. s 2,-1,monaco,-99,1,-99,-99,-99\
  56. # set cell 3,0 to times 12, center, bold underline, no wrap\
  57. s 3,0,times,14,1,5,0,1\
  58. # set popup menus if using the extensions package only\
  59. # also make the hobby column wider\
  60. # P col,row,menuid,item,mode(right=2)\
  61. W 3,70\
  62. P 3,0,128,6,2\
  63. P 3,1,128,3,2\
  64. P 3,2,128,1,2\
  65. P 3,3,128,2,2\
  66. # turn on drawing mode\
  67. D\
  68.